GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-20T11:04:04.0055727+00:00",
"SubmitDate": "2026-02-20T11:04:04.0055727+00:00",
"ReportPeriodStart": "2026-02-20T11:04:04.0055727+00:00",
"ReportPeriodEnd": "2026-02-20T11:04:04.0055727+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "71a20990-a003-4c6d-9e48-9d29227dfac0",
"Rows": [
{
"ItemId": "8cf7ed23-ad47-4203-a051-0fd4de21e177",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8cf7ed23-ad47-4203-a051-0fd4de21e177",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "71a20990-a003-4c6d-9e48-9d29227dfac0",
"Rows": [
{
"ItemId": "8cf7ed23-ad47-4203-a051-0fd4de21e177",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8cf7ed23-ad47-4203-a051-0fd4de21e177",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f275a239-08d4-43b8-a16d-f9eed3bb14b1",
"7a0d271c-93cd-45ef-ab3e-2e71e5266968"
],
"Approvers": [
"75a57f37-8208-4bf5-9bc8-c0603007fe2b",
"e30e5908-e8eb-4098-9c52-ddfa6477bb87"
],
"ApprovedBy": "b1b5f0cb-674e-4bb7-be4d-e46523f57e11",
"ApprovalDate": "2026-02-20T11:04:04.0211967+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "53be4b0b-38de-450d-9c32-302a88de193d",
"id": "80200825-bb99-4df6-9d21-3a0fbd07a9ab",
"ConfigId": "eebb458e-5613-405b-a5c1-083f3d12cdbf"
},
{
"GenerationDate": "2026-02-20T11:04:04.0055727+00:00",
"SubmitDate": "2026-02-20T11:04:04.0055727+00:00",
"ReportPeriodStart": "2026-02-20T11:04:04.0055727+00:00",
"ReportPeriodEnd": "2026-02-20T11:04:04.0055727+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "71a20990-a003-4c6d-9e48-9d29227dfac0",
"Rows": [
{
"ItemId": "8cf7ed23-ad47-4203-a051-0fd4de21e177",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8cf7ed23-ad47-4203-a051-0fd4de21e177",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "71a20990-a003-4c6d-9e48-9d29227dfac0",
"Rows": [
{
"ItemId": "8cf7ed23-ad47-4203-a051-0fd4de21e177",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8cf7ed23-ad47-4203-a051-0fd4de21e177",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f275a239-08d4-43b8-a16d-f9eed3bb14b1",
"7a0d271c-93cd-45ef-ab3e-2e71e5266968"
],
"Approvers": [
"75a57f37-8208-4bf5-9bc8-c0603007fe2b",
"e30e5908-e8eb-4098-9c52-ddfa6477bb87"
],
"ApprovedBy": "b1b5f0cb-674e-4bb7-be4d-e46523f57e11",
"ApprovalDate": "2026-02-20T11:04:04.0211967+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "53be4b0b-38de-450d-9c32-302a88de193d",
"id": "80200825-bb99-4df6-9d21-3a0fbd07a9ab",
"ConfigId": "eebb458e-5613-405b-a5c1-083f3d12cdbf"
}
]